Skip to content

Add pure Nim WebP decoder#581

Merged
treeform merged 2 commits into
masterfrom
webp-decoder
Jun 9, 2026
Merged

Add pure Nim WebP decoder#581
treeform merged 2 commits into
masterfrom
webp-decoder

Conversation

@treeform

@treeform treeform commented Jun 5, 2026

Copy link
Copy Markdown
Owner
  • Add a pure Nim, decoder-only WebP implementation for Pixie, covering RIFF/VP8X parsing, metadata/dimensions, VP8 lossy, VP8L lossless, and ALPH chunks.
  • Wire WebP detection into decodeImageDimensions/decodeImage while keeping WebP encoding unsupported.
  • Add 129 libwebp-test-data fixtures, a metadata/decode harness, an ImageMagick oracle validator, and a WebP fuzz runner over the fixture corpus.

@treeform treeform changed the title [codex] Add pure Nim WebP decoder Add pure Nim WebP decoder Jun 6, 2026
@treeform treeform marked this pull request as ready for review June 6, 2026 03:19
@treeform treeform merged commit bc268d5 into master Jun 9, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant